home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200503-07.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  72 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200503-07.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2005 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(17263);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200503-07");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200503-07
  19. (phpMyAdmin: Multiple vulnerabilities)
  20.  
  21.  
  22.     phpMyAdmin contains several security issues:
  23.     Maksymilian Arciemowicz has discovered multiple variable injection
  24.     vulnerabilities that can be exploited through "$cfg" and "GLOBALS"
  25.     variables and localized strings
  26.     It is possible to force
  27.     phpMyAdmin to disclose information in error messages
  28.     Failure
  29.     to correctly escape special characters
  30.   
  31. Impact
  32.  
  33.     By sending a specially-crafted request, an attacker can include
  34.     and execute arbitrary PHP code or cause path information disclosure.
  35.     Furthermore the XSS issue allows an attacker to inject malicious script
  36.     code, potentially compromising the victim\'s browser. Lastly the
  37.     improper escaping of special characters results in unintended privilege
  38.     settings for MySQL.
  39.   
  40. Workaround
  41.  
  42.     There is no known workaround at this time.
  43.   
  44. References:
  45.     http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-1
  46.     http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-2
  47.     http://sourceforge.net/tracker/index.php?func=detail&aid=1113788&group_id=23067&atid=377408
  48.  
  49.  
  50. Solution: 
  51.     All phpMyAdmin users should upgrade to the latest version:
  52.     # emerge --sync
  53.     # emerge --ask --oneshot --verbose ">=dev-db/phpmyadmin-2.6.1_p2-r1"
  54.   
  55.  
  56. Risk factor : Medium
  57. ';
  58.  script_description(english: desc);
  59.  script_copyright(english: "(C) 2005 Michel Arboi");
  60.  script_name(english: "[GLSA-200503-07] phpMyAdmin: Multiple vulnerabilities");
  61.  script_category(ACT_GATHER_INFO);
  62.  script_family(english: "Gentoo Local Security Checks");
  63.  script_dependencies("ssh_get_info.nasl");
  64.  script_require_keys('Host/Gentoo/qpkg-list');
  65.  script_summary(english: 'phpMyAdmin: Multiple vulnerabilities');
  66.  exit(0);
  67. }
  68.  
  69. include('qpkg.inc');
  70. if (qpkg_check(package: "dev-db/phpmyadmin", unaffected: make_list("ge 2.6.1_p2-r1"), vulnerable: make_list("lt 2.6.1_p2-r1")
  71. )) { security_warning(0); exit(0); }
  72.